-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Disable marshalling of nested data docs + link #4313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note: I will still have to dig for the Sphinx syntax to reference that given link + chapter
|
Thanks! |
|
You can find many examples for linking in the orm chapters |
Ref for PR cakephp#4313
en/orm/saving-data.rst
Outdated
| ] | ||
| ]); | ||
|
|
||
| You may also disable marshalling of possible nested associations like so: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to end this with ::
en/orm/saving-data.rst
Outdated
| ] | ||
| ]); | ||
|
|
||
| The :ref:`using-different-validators-per-association chapter has more information on how to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing a closing backtick.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, sorry for both overlooks.
Edit: Fixed both
|
Anything left? |
Note: I will still have to dig for the Sphinx syntax to reference that given link + chapter
Ref: cakephp/cakephp#9457 (comment)